From: Timo Röhling Date: Thu, 10 Feb 2022 23:47:48 +0000 (+0100) Subject: Disable LTO X-Git-Tag: archive/raspbian/1.9.25+dfsg3-1+rpi1^2~59 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=8be273f585a2eda64392620bc79589b89d1cf4c1;p=filament.git Disable LTO There seems to be an issue with link time optimization on Ubuntu Gbp-Dch: full --- diff --git a/debian/rules b/debian/rules index bd1b492..56dafc1 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \ - -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ -DFILAMENT_SKIP_SAMPLES=ON \ -DFILAMENT_ENABLE_JAVA=OFF \ -DUSE_STATIC_LIBCXX=OFF \